projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
598898a
)
(auto-mode-alist): Remove unnecessary autoload.
author
Glenn Morris
<rgm@gnu.org>
Fri, 3 Oct 2008 07:13:01 +0000
(07:13 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 3 Oct 2008 07:13:01 +0000
(07:13 +0000)
lisp/progmodes/idlwave.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/idlwave.el
b/lisp/progmodes/idlwave.el
index bfdc947a62682912b64d3ec577019c282cf74f3e..e6aa61da9eefd6b197be2c2cbd5027659c5e4e8c 100644
(file)
--- a/
lisp/progmodes/idlwave.el
+++ b/
lisp/progmodes/idlwave.el
@@
-9369,8
+9369,6
@@
This function was written since `list-abbrevs' looks terrible for IDLWAVE mode."
;; Will only work on systems which support this.
(or idlwave-routines (idlwave-start-load-rinfo-timer))
-;;;###autoload (add-to-list 'auto-mode-alist '("\\.[Pp][Rr][Oo]\\'" . idlwave-mode))
-
;; Run the hook
(run-hooks 'idlwave-load-hook)